home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / String Extractor⁄Localization / Scanner / Literal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-18  |  356 b   |  22 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Literal.h
  3.  */
  4.  
  5. #ifndef _H_Literal
  6. # define _H_Literal
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. extern unsigned char * PLiteral ( short id , short num ) ;
  13. extern char * CLiteral ( short id , short num ) ;
  14.  
  15. extern void InitStringTable ( short idBase ) ; /* If you call this you'll read all strings into memory */
  16.  
  17. #ifdef __cplusplus
  18. } ;
  19. #endif
  20.  
  21. #endif
  22.